Edit in GitHubLog an issue

Key features of Adobe PDF Services API

Copied to your clipboard
1// Please refer our Rest API docs for more information
2// https://developer.adobe.com/document-services/docs/apis/#tag/Extract-PDF
3
4curl --location --request POST 'https://pdf-services.adobe.io/operation/extractpdf' \
5--header 'x-api-key: {{Placeholder for client_id}}' \
6--header 'Content-Type: application/json' \
7--header 'Authorization: Bearer {{Placeholder for token}}' \
8--data-raw '{
9 "assetID": "urn:aaid:AS:UE1:23c30ee0-2e4d-46d6-87f2-087832fca718",
10 "elementsToExtract": [
11 "text"
12 ]
13}'
14
15// Legacy API can be found here
16// https://documentcloud.adobe.com/document-services/index.html#post-extractPDF
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.